home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / newabs.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  6.9 KB  |  153 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : New_Abstractions
  3. -- VERSION           : 1.0
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : 
  6. -- AUTHOR            : Bill Toscano, Michael Gordon
  7. --                   : Intermetrics, Inc, 
  8. --                   : 733 Concord Ave
  9. --                   : Cambridge, MA 02138 
  10. --                   : Contact: Lt. Colonel Falgiano
  11. --                   : ESD/SCW
  12. --                   : Hanscom AFB, MA  01731
  13. -- COPYRIGHT         : (c) 1985 Intermetrics, Inc. 
  14. -- DATE CREATED      : 1986 
  15. -- DATE RELEASED     : 1 April 1986 
  16. -- DATE LAST UPDATED : 1 April 1986 
  17. -- LOCATION          : ASR
  18. -- ENVIRONMENT       : 
  19. --= CLASSIFICATION       ===============================================--
  20. -- CATEGORY LEVEL 1  : COMPONENTS
  21. -- CATEGORY LEVEL 2  : LIBRARY
  22. -- CATEGORY LEVEL 3  : New Abstractions
  23. -- CATEGORY LEVEL 4  : 
  24. -- KEYWORD           : 
  25. -- INDEX             : Components
  26. -- INDEX             : Abstractions, New
  27. -- INDEX             : Reusable Software Components
  28. -- INDEX             : Support Routines
  29. -- INDEX             : Routines, Support
  30. -- INDEX             : Command Line Interface
  31. -- INDEX             : Parser
  32. -- INDEX             : Lexical Analyzer
  33. -- INDEX             : String Manipulation
  34. -- INDEX             : String Scanner
  35. -- INDEX             : Linked Lists
  36. -- INDEX             : Manipulation, String
  37. -- INDEX             : Scanner, String
  38. -- INDEX             : Analyzer, Lexical
  39. -- INDEX             : Interface, Command Line
  40. -- INDEX             : Set Manipulation
  41. -- INDEX             : Manipulation, Set
  42. -- INDEX             : Hashing Functions
  43. -- INDEX             : Functions, Hashing
  44. -- INDEX             : Directed Acyclic Graph
  45. -- INDEX             : Graph, Directed Acyclic
  46. -- INDEX             : Dynamic Array
  47. -- INDEX             : Array, Dynamic
  48. -- INDEX             : File Manager
  49. -- INDEX             : Manager, File
  50. -- INDEX             : Output Pagination
  51. -- INDEX             : Pagination, Output
  52. -- INDEX             : Stack
  53. -- INDEX             : Binary Trees
  54. -- INDEX             : Trees, Binary
  55. -- INDEX             : Ordered Set Manipulation
  56. -- INDEX             : Manipulation, Ordered Set
  57. -- INDEX             : String Comparison
  58. -- INDEX             : Comparison, String
  59. -- INDEX             : Case-Insensitive String Comparison
  60. -- INDEX             : Comparison, Case-Insensitive String
  61. -- INDEX             : Labeled Binary Trees
  62. -- INDEX             : Trees, Labeled Binary
  63. -- INDEX             : Document Referencing
  64. -- INDEX             : Referencing, Document
  65. -- INDEX             : Virtual Terminal
  66. -- INDEX             : Terminal, Virtual
  67. -- INDEX             : System Dependencies
  68. -- TAXONOMY          : COMPONENTS!Binary Trees!New Abstractions
  69. -- TAXONOMY          : COMPONENTS!Binary Trees, Labeled!New Abstractions
  70. -- TAXONOMY          : COMPONENTS!Command Line Interface!New Abstractions
  71. -- TAXONOMY          : COMPONENTS!Document Referencing!New Abstractions
  72. -- TAXONOMY          : COMPONENTS!Dynamic Array!New Abstractions
  73. -- TAXONOMY          : COMPONENTS!File Manager!New Abstractions
  74. -- TAXONOMY          : COMPONENTS!Lexical Analyzer!New Abstractions
  75. -- TAXONOMY          : COMPONENTS!Linked_Lists!Singly-Linked List!New Abstractions
  76. -- TAXONOMY          : COMPONENTS!Output Pagination!New Abstractions
  77. -- TAXONOMY          : COMPONENTS!Parser!New Abstractions
  78. -- TAXONOMY          : COMPONENTS!Stack!New Abstractions
  79. -- TAXONOMY          : COMPONENTS!String Comparison!New Abstractions
  80. -- TAXONOMY          : COMPONENTS!String Manipulation!New Abstractions
  81. -- TAXONOMY          : COMPONENTS!String Scanner!New Abstractions
  82. -- TAXONOMY          : COMPONENTS!System_Dependencies!New Abstractions
  83. -- TAXONOMY          : COMPONENTS!Virtual Terminal!New Abstractions
  84. -- TAXONOMY          : MATH!Directed Acyclic Graph!New Abstractions
  85. -- TAXONOMY          : MATH!Hashing Functions!New Abstractions
  86. -- TAXONOMY          : MATH!Ordered Set Manipulation!New Abstractions
  87. -- TAXONOMY          : MATH!Set Manipulation!New Abstractions
  88. -- DEPENDENCIES      : 
  89. -- SEE ALSO          : PD:<ADA.COMPONENTS>ABSTRACT
  90. --= FILE LISTING         ===============================================--
  91. -- FILE SPECS        : PD:<ADA.COMPONENTS>NEWABS.*
  92. -- DIRECTORY DISPLAY :
  93. -- Directory   PD:<ADA.COMPONENTS>
  94. --      File Name     Byte Count  Line Count
  95. --   ---------------  ----------  ----------
  96. --   NEWABS.DIS             2768          43
  97. --   NEWABS.PRO             3319          74
  98. --   NEWABS.SRC           659811       22640
  99. --   ===============  ==========  ==========
  100. --     3 Files            665898       22757
  101. --= ABSTRACT             ===============================================--
  102. --         NEW_ABSTRACTIONS  contains  a  number  of  low-level   support
  103. -- routines  which  are  used  by  NOSC  tools  created  by Intermetrics.
  104. -- Several routines are of general utility.
  105. -- 
  106. --    Included in NEW_ABSTRACTIONS are packages and routines for:
  107. --        Binary Tree (Normal and Labeled) Manipulation
  108. --        Command Line Interfacing (host-dependent)
  109. --        Document References (Building)
  110. --        Dynamic Acyclic Graph
  111. --        Dynamic Arrays
  112. --        File Management (host-dependent)
  113. --        Hashing
  114. --        Lexical Analysis
  115. --        Linked Lists
  116. --        Parser, Table-Driven
  117. --        Set Manipulation (Normal and Ordered Sets)
  118. --        Sorting
  119. --        Stack Manipulation
  120. --        String Comparison (Case-Insensitive)
  121. --        String Manipulation
  122. --        String Scanning
  123. --        System Dependencies
  124. --        Virtual Terminal
  125. --
  126. --         NEW_ABSTRACTIONS  is  used  by NOSC/WIS tools 4.1.1 and 4.1.2.
  127. -- See also ABSTRACTIONS.
  128. --= REVISION HISTORY     ===============================================--
  129. --
  130. -- DATE         VERSION AUTHOR                  HISTORY 
  131. -- 03/85        1.0  Bill Toscano               Initial Release 
  132. --= RELEASE NOTICE       ===============================================--
  133. -- This prologue must be included in all copies of this software.
  134. -- 
  135. -- This software is copyright by the author.
  136. -- 
  137. -- This software is released to the Ada community.
  138. -- This software is released to the Public Domain (note:
  139. --   software released to the Public Domain is not subject
  140. --   to copyright protection).
  141. -- Restrictions on use or distribution:  NONE
  142. --= DISCLAIMER           ===============================================--
  143. --     This software and its documentation are provided "AS IS" and
  144. -- without any expressed or implied warranties whatsoever.  No warranties
  145. -- as to performance, merchantability, or fitness for a particular
  146. -- purpose exist.
  147. --     The user is advised to test the software thoroughly before
  148. -- relying on it.  The user must assume the entire risk and liability of
  149. -- using this software.  In no event shall any person or organization of
  150. -- people be held responsible for any direct, indirect, consequential or
  151. -- inconsequential damages or lost profits.
  152. --======================================================================--
  153.